home *** CD-ROM | disk | FTP | other *** search
- cur_level_num = 107
-
- dofile("everything.lua")
-
- c_add_a_path("edge-path", 0, 60 )
-
- function LEVEL_start()
- ticker = 0
- pylon_start("cornered-1",90.0)
- floor_start_random()
- player_start( -0.409781 , 0.646453 , 0.0 )
- end
-
- function LEVEL_gameloop()
- everying_gameloop()
-
- if ticker == 500 then
- actor_plopper( "blocker_red", 1,0,0, -41.9971,-41.9971,-0.316488,-0.316488, -90.5,0.0, "edge-path" )
- end
-
- if ticker == 500 then
- actor_plopper( "blocker_red", 1,0,0, 0.153844,0.153844,-30.0269,-30.0269, -179.0,0.0, "edge-path" )
- end
-
- if ticker == 500 then
- actor_plopper( "blocker_red", 1,0,0, 1.20441,1.20441,30.1624,30.1624, 0.0,0.0, "edge-path" )
- end
-
- if ticker == 500 then
- actor_plopper( "blocker_red", 1,0,0, 40.7513,40.7513,-1.76087,-1.76087, 89.0,0.0, "edge-path" )
- end
-
- if ticker == 600 then
- actor_plopper( "crystal_large", 1,0,0, 37.7632,37.7632,30.995,30.995, -90.0,0.0 )
- end
-
- if ticker == 600 then
- actor_plopper( "crystal_large", 1,0,0, -37.1493,-37.1493,30.995,30.995, -90.0,0.0 )
- end
-
- if ticker == 600 then
- actor_plopper( "crystal_large", 1,0,0, -37.1493,-37.1493,-31.4014,-31.4014, -90.0,0.0 )
- end
-
- if ticker == 600 then
- actor_plopper( "crystal_large", 1,0,0, 37.7632,37.7632,-31.4014,-31.4014, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "robot_green", 40,0,7, -25.1654,25.208,-18.6152,16.801, -90.0,0.0 )
- c_no_more_beasties_to_come()
- end
-
- end
-
-